SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 40471: The Oracle WebLogic Node Manager fails during configuration when the Java Development Kit (JDK) path contains a terminating slash or backslash

DetailsAboutRate It

If you provide the JDK path with a final, terminating slash or backslash in the SAS® Deployment Wizard, the configuration fails because the WebLogic Node Manager does not start. An error similar to the following is generated in the configuration log:

C:\Program
Files\SAS\SASDeploymentManager\9.2\products\cfgwizard__92380__prt__xx__sp0__1\Ut
ilities\webAppAntTasks_weblogic.xml:2914: 
The following error occurred while
executing this line: C:\Program Files\SAS\SASDeploymentManager\9.2\products\cfgwizard__92380__prt__xx__sp0__1\Ut ilities\webAppAntTasks_weblogic.xml:1226: NodeManager failed to start. at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.jav
a:541) at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:394)

To resolve this issue:

  1. Open SASHOME/deploymntreg/registry.xml and search for a <Key> value that is similar to the following:

    <Key name="jdk"> <Key name="default"> <Value data="028731" name="order"/> <Value data="Java Development Kit" name="display-name"/> <Value data="C:\Program Files\Java\jdk1.6.0_16\" name="location"/> </Key> </Key>
  2. Change <Value data="C:\Program Files\Java\jdk1.6.0_16\" name="location"/> to <Value data="C:\Program Files\Java\jdk1.6.0_16" name="location"/> and save the update.
  3. Restart the SAS Deployment Wizard to implement the change.


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBEA WebLogic ServerMicrosoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS2M09.3 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS2M09.3 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.2 TS2M09.3 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS2M09.3 TS1M0
Microsoft Windows Server 2003 Standard Edition9.2 TS2M09.3 TS1M0
Microsoft Windows Server 2003 for x649.2 TS2M09.3 TS1M0
Microsoft Windows Server 2008 for x649.2 TS2M09.3 TS1M0
Microsoft Windows XP Professional9.2 TS2M09.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.